From 764989d5b6fa254499a06ce3a68325d2b5a09ae3 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 13 Apr 2008 09:22:51 +0000 Subject: [PATCH] osm: Remove attribute action from way. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3174 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/osm.c b/gpsbabel/osm.c index dae49e1fc..5c9ad7764 100644 --- a/gpsbabel/osm.c +++ b/gpsbabel/osm.c @@ -810,7 +810,7 @@ osm_rte_disp_head(const route_head *rte) if (skip_rte) return; - gbfprintf(fout, " \n", --node_id); + gbfprintf(fout, " \n", --node_id); } static void -- 2.30.2